Fix up xmlCleanupParser sequence.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 3 Sep 2011 21:59:25 +0000 (23:59 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 3 Sep 2011 21:59:25 +0000 (23:59 +0200)
commitaafcc0a0f85c8b23cd2e3092e207c086f31cfcb5
tree775bc7ac1cfef3b67b0c8f841d0a62b9ca075276
parent629bf9f005d10d529274f61b694dfd407a2fdc32
Fix up xmlCleanupParser sequence.

* xml.c (parse_region): Don't call xmlCleanupParser after parsing,
since this reportedly can destroy thread storage.

* emacs.c (shut_down_emacs): Call xmlCleanupParser on shutdown.
src/ChangeLog
src/emacs.c
src/xml.c